home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
code
/
code_message.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2004-09-06
|
288b
|
10 lines
addTileID = setInterval(MorseCode.addTile,10);
MorseCode.arrIntervals.push(addTileID);
MorseCode._tl.message_txt.onChanged = function()
{
var _loc1_ = MorseCode._tl.message_txt.text;
var _loc2_ = _loc1_.toUpperCase();
MorseCode._tl.message_txt.text = _loc2_;
};
stop();